Patches from Charles Coffing.
default:
break;
case 0x001: /* Invalid Op */
- case 0x040: /* Stack Fault */
- case 0x240: /* Stack Fault | Direction */
+ case 0x041: /* Stack Fault */
+ case 0x241: /* Stack Fault | Direction */
info.si_code = FPE_FLTINV;
break;
case 0x002: /* Denormalize */
* page as soon as fixmap is up and running.
*/
shared_info_t *HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page;
+EXPORT_SYMBOL(HYPERVISOR_shared_info);
unsigned long *phys_to_machine_mapping;
+EXPORT_SYMBOL(phys_to_machine_mapping);
multicall_entry_t multicall_list[8];
int nr_multicall_ents = 0;
default:
break;
case 0x001: /* Invalid Op */
- case 0x040: /* Stack Fault XXX? */
- case 0x240: /* Stack Fault | Direction XXX? */
+ case 0x041: /* Stack Fault */
+ case 0x241: /* Stack Fault | Direction */
info.si_code = FPE_FLTINV;
/* Should we clear the SF or let user space do it ???? */
break;
*/
#include <linux/config.h>
+#include <linux/module.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
local_irq_restore(flags);
}
-
+EXPORT_SYMBOL(evtchn_do_upcall);
static int find_unbound_irq(void)
{